My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: How to Watch SuiteAnswers Videos outside of SuiteAnswers
Dear @Kristoffer Viray-Oracle , you are right, Dear @User_VHP8Q , Suite Answer Videos are only for internal NetSuite login users, can not be accessed outside, I tried using the below link, its redire…2 -
Is there a way to disable editing the 'Standard' line level 'Amount' field on transactions)?
I want to disable standard line level amount field, I did not found any options from UI, So I chosen a script, as below, function lineInit(type){ try { if (type == 'expense') { //list of it…10